Skip to main content

Group

Group is a collective set of dialog elements that work together to execute a different set of actions based on a condition.

Form element can be used in various scenarios like:

  • Taking various different kinds of inputs from user and triggering a workflow at once based on the condition.
  • Triggering different workflows based on the condition.


Following is a screenshot of the Group dialog element in its default state:

img alt

E.g.: A separate set of elements for Sales vs. Finance can be put inside two separate groups with conditions.

This dialog element can be customized using following fields:

  • Execution: Configuration to decide when to execute the respective Dialog Element. The options are as follows,
    • Enabled: The Dialog Element will be executed everytime the dialog is executed.
    • Disabled: The Dialog Element will never be executed even if the dialog is executed.
    • Condition: Depending on certain condition, the Dialog Element is executed.
    info

    For a detailed explanation of Conditions, click here.

info

Once created, one or more dialog elements (except Group) can be used in any required sequence.